projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be8a2f
)
* lisp/cedet/semantic/db-file.el (semanticdb-persistent-path):
author
Glenn Morris
<rgm@gnu.org>
Thu, 28 Jan 2016 22:13:38 +0000
(17:13 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 28 Jan 2016 22:13:38 +0000
(17:13 -0500)
Fix :type.
lisp/cedet/semantic/db-file.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/db-file.el
b/lisp/cedet/semantic/db-file.el
index b8c104be23de6577a6cba1a37efc94ed43aaf756..d9dd1f94d3369834cc9a99ded5dbdedfe18842b4 100644
(file)
--- a/
lisp/cedet/semantic/db-file.el
+++ b/
lisp/cedet/semantic/db-file.el
@@
-67,7
+67,8
@@
disable any saving anywhere, `always', which enables saving
everywhere, or `project', which enables saving in any directory that
passes a list of predicates in `semanticdb-project-predicate-functions'."
:group 'semanticdb
- :type nil)
+ :type '(repeat (choice (string :tag "Directory") (const never) (const always)
+ (const project))))
(define-obsolete-variable-alias 'semanticdb-save-database-hooks
'semanticdb-save-database-functions "24.3")